home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / frxfiles / readme.txt < prev   
Text File  |  1995-11-11  |  991b  |  16 lines

  1. This demo extracts the pictures stored in "frx" files, it's not perfect but it worked on about 90%
  2. of my files. At least one of my controls stored information in the file and it didn't put a byte
  3. length at the beginning of where it is stored saying how long the information was like it does 
  4. at the beginning of a picture. You can look in your "frm" files to see where all the pictures 
  5. start in the file "Picture  = MDI.FRX:0502" 0502 is where the file stores a long value telling 
  6. you the picture length the picture starts four bytes past, but then you would have to extract
  7. them one at a time. 
  8.  
  9. It really only good for one thing if you happened to destroy the original picture, or you 
  10. got the files from somebody else and you wanted to use the pictures in another project
  11. and you don't have a program to capture them off the screen. I thought somebody might 
  12. have some use for this.    
  13.  
  14.  
  15.                                                     Mark Gradowski   73023,244  
  16.